
.gallery
{
  position :relative ;
  margin :0 auto;
  width :800px;
  height:700px;
  border :none;
  overflow : visible ;
}

.gallery .nextButton
{
  position :absolute ;
  right :10px;
  top :296px;
  width :126px;
  height :107px;
  background : url("../layout/gallery_elements/next_button.gif") no-repeat center;
  cursor :pointer ;
  z-index :9999;
}

.gallery .priorButton
{
  position :absolute ;
  left :10px;
  top : 296px;
  width :126px;
  height: 107px;		
  background : url("../layout/gallery_elements/prior_button.gif") no-repeat center;
  cursor :pointer ;
  z-index :9999;
}

.gallery .image
{
  width :800px;
  height :650px;
	padding:0;
	border:none;
	list-style:none;
	position: relative;
	overflow: visible;
	display:table-cell; 
	vertical-align:middle; 
	text-align:center
	
}

.gallery .image img
{
  display: block;
	margin :0 auto;
}

.gallery .imageComment
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #533714;
  margin: 0 auto;
  text-align:center
}

.gallery .NavButton {
  text-align:center;
  height :20px;
}

.gallery .NavButton .bullet
{
	width :20px;
	height :20px;
	background : url("../layout/gallery_elements/lt-dot.gif") no-repeat center ;
	margin :5px;
	display: inline-block;
	cursor :pointer ;
}

.gallery .NavButton .bullet:hover
{
  background : url("../layout/gallery_elements/dk-dot.gif") no-repeat center ;
}

.gallery .NavButton .bulletActive
{
	background : url("../layout/gallery_elements/dk-dot.gif") no-repeat center ;
	cursor :default ;
}

.top_menu_item {
  cursor :pointer ;
}
